home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 272
- Top = 124
- Width = 317
- Height = 106
- Caption = 'Sample Group/Summary Report'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Button1: TButton
- Left = 110
- Top = 8
- Width = 89
- Height = 33
- Caption = 'Run It!'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Table1: TTable
- DatabaseName = 'DBDEMOS'
- TableName = 'CUSTOMER.DB'
- Left = 16
- Top = 8
- end
- object Table2: TTable
- DatabaseName = 'DBDEMOS'
- IndexFieldNames = 'CustNo'
- MasterFields = 'CustNo'
- MasterSource = DataSource1
- TableName = 'ORDERS.DB'
- Left = 16
- Top = 40
- end
- object DataSource1: TDataSource
- DataSet = Table1
- Left = 48
- Top = 8
- end
- end
-